-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
debian: pull in systemd binaries instead of building it from scratch #182
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are some pre-review comments. I will now do some manual testing.
Do not automount rootfs and prevent service failing due to missing kernel module.
The systemd stub from the systemd-boot-efi deb package includes now a sbat section, so we do not need to copy it from the ubuntu-core-initramfs script anymore.
and some minor clean-ups.
6a6fcff
to
5d0cf77
Compare
This will need a follow up actually removing all the systemd vendored files (not doing it here as that would make this one difficult to review). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
systemd-pcrphase
needs tpm2-tss libraries. Or needs to be removed. The same has to be done on core-base. Since we are not using PCR 11 for now, maybe we should just remove it.
I have removed these bits now. |
All systemd patches that were needed are now merged, so we can use the standard distro systemd.